github.com/andybalholm/brotli.Reader.is_uncompressed (field)
7 uses
github.com/andybalholm/brotli (current package)
decode.go#L194: s.is_uncompressed = 0
decode.go#L263: s.is_uncompressed = 1
decode.go#L265: s.is_uncompressed = 0
decode.go#L2206: if s.is_metadata != 0 || s.is_uncompressed != 0 {
decode.go#L2224: if s.is_uncompressed != 0 {
state.go#L165: is_uncompressed uint
state.go#L223: s.is_uncompressed = 0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |